Completing missing important information about Generated Factories/Accessors#1059
Completing missing important information about Generated Factories/Accessors#1059mildabre wants to merge 150 commits into
Conversation
e0bc7f4 to
3c92c82
Compare
|
Thanks for the detailed proposal. Since you opened this, the whole Factory/Accessor chapter was reworked (audit pass against the source), and I think it now addresses your main concerns — mostly in the spirit you intended:
A couple of the remaining ideas I didn't take: the "dependencies are created lazily at create() time" note isn't quite accurate (a generated factory receives its own injected dependencies when it's constructed, not at create() time), and "configuration is required for a multiple factory" isn't universally true (a factory with typed Closing as superseded by the reworked chapter — thanks for pushing on this section, it clearly needed the attention. |
I propose these 3 changes:
-->